@charset "utf-8";
.bf-assist-top > div > div i{font-size:50px;}
.bf-assist-top > div .wza-icon-style{cursor:pointer;text-align:center;vertical-align:middle;color:#6f6f6f;border:1px solid #cdcdcd;background-color:#e7e7e7;width:75px !important;height:75px !important;line-height:75px !important;margin-top:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
#bf-assist-elder, #bf-assist-screen-read, #bf-assist-items, #bf-assist-blendent,#bf-assist-change-sound,#bf-assist-back,#bf-assist-forword,#bf-assist-fullscreen,#bf-assist-exit,#bf-assist-help,.bf-assist-top>div:nth-child(1),.tool-line{
    display: none !important;
}

.wzayd{
	display:none
	
}

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2d8fff;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
	overflow-x: hidden;
    font-size: 16px;
    background: #fff url(../images/bg.jpg) 50% 0px no-repeat;
}

.copyright .tc {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 2;
}

.ht {
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: #347bc6;
	    display: flex;
}

.ht a {
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
}

.ht a:hover {
    color: #fff;
}

.ht .ht-btn {
    padding: 4px 13px;
    background-color: #8abaf7;
    border-radius: 13px;
    color: #fff;
}

.ht .sign {
    border-radius: 13px;
    padding: 4px 7px;
    background-color: #e1a040;
    color: #fff;
}

.ht .sign a {
    color: #fff;
}

.ht .sign a:hover {
    color: #396ed3;
}

.header {

}

.header h1 {
	width: 600px;
    height: 260px;
    background: url(../images/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 260px;
}

.nav-box {
    height: 70px;
    background-color: #396ed3;
}

.nav-active {
    background-color: #2c5bb6;
}

.nav {
	height: 68px;
    padding: 14px 0px;
    border-radius: 5px;
    background-color: #0061b2;
}
.nav li {
 width: auto;
 line-height: 40px;
 padding: 0px;
 margin: 0px 30px;
}
.nav li a {
 display: block;
 color: #fff;
 line-height: 40px;
 padding: 0px 19px;
 font-size: 24px;
 text-align: center;
}
.nav li a i {
 display: block;
 float: left;
 margin-right: 5px;
 width: 40px;
 height: 40px;
 background-image: url(../images/icons.png);
 background-image: url(../images/icons_ie8.png)\9;
 background-size: 240px auto;
 background-repeat: no-repeat;
}
.nav li a i.s1 {
 background-position: 0px 0px;
}
.nav li a i.s2 {
 background-position: -40px 0px;
}
.nav li a i.s3 {
 background-position: -80px 0px;
}
.nav li a i.s4 {
 background-position: -120px 0px;
}
.nav li a i.s5 {
 background-position: -160px 0px;
}
.nav li a i.s6 {
 background-position: -200px 0px;
}
.nav li a:hover i.s1 {
 background-position: 0px -40px;
}
.nav li a:hover i.s2 {
 background-position: -40px -40px;
}
.nav li a:hover i.s3 {
 background-position: -80px -40px;
}
.nav li a:hover i.s4 {
 background-position: -120px -40px;
}
.nav li a:hover i.s5 {
 background-position: -160px -40px;
}
.nav li a:hover i.s6 {
 background-position: -200px -40px;
}
.nav li a:hover, .nav li.current, .nav li.current a {
 color: #0061b2;
 border-radius: 6px;
 background-color: #fff;
}

/*隐藏移动端菜单*/
.mask, .mask.on, .menu-btn, .menu {
    display: none;
}

/*隐藏移动端菜单*/

/* 搜索 */
.search {
 display: block;
 position: absolute;
 top: 40%;
 right: 0;
 z-index: 9;
 margin-top: -20px;
 line-height: 0;
 text-align: center;
 font-size: 0;
}
.search input, .search button, .search .go {
 display: inline-block;
}
.search input {
 width: 260px;
 height: 40px;
 line-height: 20px;
 font-size: 18px;
 padding: 10px 50px 10px 20px;
 border: none;
 background: #fff;
 outline: none;
 border-radius: 6px;
 border: 1px solid #0061b2;
}
.search button {
 position: relative;
 width: 32px;
 height: 32px;
 border: none;
 margin-left: -36px;
 cursor: pointer;
 text-align: center;
 line-height: 32px;
 color: #3381c1;
 vertical-align: middle;
 background-color: transparent;
}
.search button i {
 font-size: 24px;
}
.search .go {
 height: 40px;
 padding: 10px;
 line-height: 20px;
 font-size: 18px;
 margin-left: 10px;
 vertical-align: middle;
 color: #0061b2;
 border-radius: 6px;
 background-color: #eaf5ff;
 border: 1px solid #0061b2;
}

.inner, .grid, .links, .copyright {
    position: relative;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


/* 底部 */
.footer {
 padding: 20px 0;
 background-color: #3a3a3a;
}
.links > ul > li {
 position: relative;
 margin-bottom: 20px;
 line-height: 40px;
 font-size: 16px;
	width: 20%;
 text-align: left;
}
.links > ul > li > a {
 display: block;
 margin: 0 -5px;
 padding: 0 20px;
	color: #fff;
 background: url(../images/links_arr.png) 96% 50% no-repeat;
}
.links li ul {
 display: none\9;
 z-index: -1;
 position: absolute;
 left: 10px;
 right: 10px;
 bottom: 40px;
 max-height: 200px;
 overflow-x: hidden;
 overflow-y: auto;
 border: 1px solid #ddd;
 background-color: #fff;
 opacity: 0;
 transform: translate(0, 3px);
 transition: opacity, transform .3s;
}
.links li:hover ul {
 display: block\9;
 z-index: 9;
 opacity: 1;
 transform: translate(0, 0);
}
.links li li {
 border-top: 1px solid #ddd;
 line-height: 39px;
 text-align: center;
 transition: all .3s;
}
.links li li:hover {
 background-color: #f8f8f8;
}
.links li li a {
 display: block;
 overflow: hidden;
 white-space: nowrap;
 word-break: keep-all;
 text-overflow: ellipsis;
 font-size: 14px;
}
.copyright {
	color: #fff;
 line-height: 32px;
}
.copyright p a, .copyright p span {
 margin: 0 10px;
	color: #fff;
}
.gov {
 position: absolute;
 top: 50%;
 right: 40%;
 width: 80px;
 height: 80px;
 margin-top: -40px;
}
.slh {
 position: absolute;
 top: 50%;
 right: 28%;
 width: 161px;
 height: 81px;
 margin-top: -40px;
}
.grid {
 background-color: #fff;
}

.links > ul > li{
  width: 25%;
} 
#map2{
  position: absolute;
  top: 50%;
  right: 42%;
  width: 80px;
  height: 80px;
  margin-top: -40px; 
}
.wx{
  position: absolute;
  top: 50%;
  right: 15%;
  width: 82px;
  height: 83px;
  margin-top: -40px;
  display: grid;
  text-align: center; 
}
.wap{
  position: absolute;
  top: 50%;
  right: 6%;
  width: 83px;
  height: 83px;
  margin-top: -40px;
  display: grid;
  text-align: center;
}

/* 公用 */

.content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.content .row > .col,
.content .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane > ul,
.tab-pane .pane > div {
    animation-duration: .3s;
}

.tab a {
    position: relative;
    display: inline-block;
    min-width: 100px;
    height: 50px;
    margin-top: -5px;
    padding: 0px 25px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    transition: all .3s;
    font-weight: normal;
}

.tab a.current {
    color: #222;
    font-weight: bold;
}

.tab a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    margin: 0px 13px;
    transform: scale(0, 1);
    transition: transform .3s;
}

.tab a.current:after {
    background-color: #396ed3;
    transform: scale(1, 1);
}

/*@media (max-width: 1200px) {*/
/*    .tab {*/
/*        display: -webkit-box;*/
/*        display: -webkit-flex;*/
/*        display: flex;*/
/*        -webkit-box-pack: justify;*/
/*        -webkit-justify-content: space-between;*/
/*        justify-content: space-between;*/
/*        -webkit-box-align: center;*/
/*        -webkit-align-items: center;*/
/*        align-items: center;*/
/*        margin-left: -2px;*/
/*        margin-right: -2px;*/
/*    }*/

/*    .tab a {*/
/*        width: 0%;*/
/*        line-height: 18px;*/
/*        min-width: inherit;*/
/*        position: relative;*/
/*        overflow: hidden;*/
/*        display: block;*/
/*        margin: 0 2px;*/
/*        padding: 11px 0;*/
/*        font-size: 16px;*/
/*        box-sizing: border-box;*/
/*        -webkit-box-sizing: border-box;*/
/*        -webkit-box-flex: 1;*/
/*        -webkit-flex: 1;*/
/*        flex: 1;*/
/*    }*/
/*}*/

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered > tbody > tr > th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}

.list-t li {
    font-size: 24px;
}

.list-t li:before {
    width: 6px;
    height: 6px;
    border-radius: 0px;
}

.list-t li .hot {
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.p20 {
    padding: 20px;
}

.row h2 {
 padding-bottom: 10px;
 line-height: 40px;
 font-size: 24px;
 font-weight: bold;
 margin: 0px 20px 20px 20px;
 border-bottom: 1px solid #0061b2;
}
.row h2 i {
 display: block;
 width: 40px;
 height: 40px;
 float: left;
 background-image: url(../images/icons.png);
 background-image: url(../images/icons_ie8.png)\9;
 background-size: 240px auto;
 background-repeat: no-repeat;
}
.row h2 i.s1 {
 background-position: 0px -80px;
}
.row h2 i.s2 {
 background-position: -80px -80px;
}
.row h2 i.s3 {
 background-position: -40px -80px;
}
.row {
 margin-right: -10px;
 margin-left: -10px;
}
.table-bordered {
 margin-bottom: 0px;
}
.table-bordered > tbody > tr > th {
 background-color: #f9f9f9;
 text-align: center;
 color: #048;
}

/* 首页 开始*/

/* part1开始 */

/*@media (max-width: 1200px) {*/

/*    .headline {*/
/*        padding: 0PX;*/
/*        background: none;*/
/*    }*/

/*    .headline h4 {*/
/*        line-height: 30px;*/
/*        font-size: 22px;*/
/*    }*/

/*    .headline .list-t {*/
/*        padding: 0px;*/
/*    }*/

/*    .headline .list-t li {*/
/*        width: 100%;*/
/*        padding-left: 0px;*/
/*    }*/
/*}*/

.col-zz {
    width: 100% !important;
}

.col-zz-6 {
    width: 50% !important;
}

.focus,
.focus .pic {
    position: relative;
    /*width: 580px;*/
    /*height: 390px;*/
    width: 100%;
    height: 875px;
}

.focus {
    margin-bottom: 30px;
}

.focus .pic > div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 115px 10px 10px;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 22px;
    left: auto;
    right: 0;
    z-index: 9;
    width: auto;
    margin-bottom: 4px \9;
    padding: 0 10px;
    text-align: right;
}

.focus .navi li {
    float: left;
    width: 20px;
    height: 3px;
    margin: 0 2px;
    font: 0/0 lx;
    border: none;
    color: transparent;
    background-color: #fff;
    border-radius: 0px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #84a3e8;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    border: none;
    opacity: 1;
    border-radius: 0px;
    background-color: #fff;
}

.focus .swiper-pagination-bullet-active {
    background-color: #84a3e8;
}

/*@media (max-width: 1200px) {*/

/*    .focus,*/
/*    .focus .pic {*/
/*        position: relative;*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/

/*    .focus .pic > div {*/
/*        position: relative;*/
/*        overflow: hidden;*/
/*        width: 100%;*/
/*        padding: 60% 0 0;*/
/*    }*/

/*    .focus .pic img {*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
/*        height: 100%;*/
/*    }*/

/*    .focus {*/
/*        margin-bottom: 20px;*/
/*    }*/

/*}*/


.news .tab {
    margin-left: -14px;
    margin-right: -14px;
}

.news .tab a {
    padding: 0px 15px;
}

/* part1结束 */

/* part2开始 */
.p2 .tab-pane {
    margin-bottom: 30px;
}

.advisory-box {
    margin-bottom: 16px;
    float: none;
    width: 100%;
    overflow: hidden;
}

.detail-box ul:hover, .info-box:hover {
    box-shadow: #ccc 2px 2px 10px;
}

.advisory-box li {
    float: left;
}

.advisory-box li:not(:last-child) {
    /*width: 191px;*/
    /*height: 56px;*/
    width: 419px;
    height: 100px;
    background-color: #f0f7ff;
    border: solid 1px #d5e6ff;
    line-height: 100px;
    font-size: 26px;
    color: #488ae9;
    margin-right: 16px;
    cursor: pointer;
    transition: all .3s;
}

.advisory-box li:not(:last-child):hover {
    box-shadow: #ccc 2px 2px 10px;
}

.advisory-box li i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url("/material/images/images_2021/icons_ie8.png");
    background-size: 360px auto;
    background-repeat: no-repeat;
    margin:30px 6px 7px 100px;
}

.advisory-box .s1 {
    background-position: 0 -40px;
}

.advisory-box .s2 {
    background-position: -40px -40px;
}

.advisory-box li:last-child {
    float: left;
    margin-left: 50px;
    /*width: 158px;*/
    /*height: 56px;*/
    /*width: 280px;*/
    width: 350px;
    height: 100px;

    background-size: 100%;
}

.detail-box {
    /*width: 367px;*/
    width: 830px;
    margin-left: 24px;
}

.detail-box ul {
    /*width: 355px;*/
    width: 830px;
    /*height: 150px;*/
    background-color: #f8f8f8;
    margin-bottom: 16px;
    padding: 19px 20px 0 30px;
    position: relative;
    transition: all .3s;
}

.detail-box ul li {
    /*font-size: 16px;*/
    font-size: 24px;
    line-height: 45px;
    color: #666666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.detail-box .status-bar li {
    margin-bottom: 20px;
}

.detail-box ul li a {
    white-space: pre-wrap;
    overflow: visible;
	width:90%
}

.detail-box ul li span {
    display: inline;
    position: relative;
    height: 30px;
    border-radius: 1px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    right: 0;
    /* bottom: 20px; */
	margin-left:10px;
	padding-left: 5px;
}

.detail-box ul li .conduct {
    background-color: #4473cc;
}

.detail-box ul li .end {
    background-color: #c0c0c0;
}

.detail-box ul li:first-child:before {
    display: none;
}

.detail-box ul li:first-child {
    position: absolute;
    /*width: 31px;*/
    /*height: 111px;*/
    width: 35px;
    height: 125px;
    left: -17px;
    top: 12px;
}



.info-box {
    width: 410px;
    height: 316px;
    background-color: #f8f8f8;
    padding: 19px 17px 0 30px;
    transition: all .3s;
}

.info-box ul {
    position: relative;
}



.info-box .line {
    width: 123px;
    height: 1px;
    background-color: #e5e5e5;
    opacity: 0.72;
    margin: 23px 0;
}

.info-box .time-top {
    font-size: 22px;
    line-height: 2;
    color: #39abcc;
}

.info-box .info-content {
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
    cursor: pointer;
}

.info-box .info-content:hover {
    color: #1b80d2;
}

/* part2结束 */

/* part3开始 */
.xxgk {
    margin-top: 13px;
    border: 1px solid #d5e6ff;
}

.xxgk .tab a {
    font-weight: bold;
	font-family:'微软雅黑';
    padding: 0px 26px;
    width: 50%;
    height: 75px;
    margin: 0px;
    font-size: 26px;
    line-height: 75px;
    background-color: #f0f7ff;
    border-bottom: 1px solid #d5e6ff;
}

.xxgk .tab a.current:after {
    display: none;
}

.xxgk .tab a.current,
.xxgk .tab a:hover {
    color: #fff;
    padding: 0px 67px;

}

.xxgk .a2 {
    padding: 19px;
    background-color: #fff;
}

.a2 li a {
    margin-right: -10px;
    margin-left: -10px;
    line-height: 40px;
    text-align: left;
    font-size: 26px;
}

.a2 li i {
    width: 50px;
    height: 50px;
    background-size: 420px auto;
}

.a2 i {
    position: relative;
    z-index: 2;
    float: left;
    margin: 10px 0px;
}

.a2 i.s1 {
    background-position: 0px -95px;
}

.a2 i.s2 {
    background-position: -50px -95px;
}

.a2 i.s3 {
    background-position: -90px -95px;
}

.a2 i.s4 {
    background-position: -140px -95px;
}

.a2 i.s5 {
    background-position: -190px -95px;
}

.a2 i.s6 {
    background-position: -230px -95px;
}

.a2 i.s7 {
    background-position: -280px -95px;
}

.a2 i.s8 {
    background-position: -330px -95px;
}

.a2 i.s9 {
    background-position: -370px -95px;
}

.a2 a:hover i.s1 {
    background-position: 0px -145px;
}

.a2 a:hover i.s2 {
    background-position: -50px -145px;
}

.a2 a:hover i.s3 {
    background-position: -90px -145px;
}

.a2 a:hover i.s4 {
    background-position: -140px -145px;
}

.a2 a:hover i.s5 {
    background-position: -190px -145px;
}

.a2 a:hover i.s6 {
    background-position: -230px -145px;
}

.a2 a:hover i.s7 {
    background-position: -280px -145px;
}

.a2 a:hover i.s8 {
    background-position: -330px -145px;
}

.a2 a:hover i.s9 {
    background-position: -370px -145px;
}

.a2 i.s10 {
    background-position: 0px -190px;
}

.a2 i.s11 {
    background-position: -50px -190px;
}

.a2 i.s12 {
    background-position: -90px -190px;
}

.a2 i.s13 {
    background-position: -140px -190px;
}

.a2 i.s14 {
    background-position: -190px -190px;
}

.a2 i.s15 {
    background-position: -230px -190px;
}

.a2 i.s16 {
    background-position: -280px -190px;
}

.a2 i.s17 {
    background-position: -330px -190px;
}

.a2 a:hover i.s10 {
    background-position: -0px -235px;
}

.a2 a:hover i.s11 {
    background-position: -50px -235px;
}

.a2 a:hover i.s12 {
    background-position: -90px -235px;
}

.a2 a:hover i.s13 {
    background-position: -140px -235px;
}

.a2 a:hover i.s14 {
    background-position: -190px -235px;
}

.a2 a:hover i.s15 {
    background-position: -230px -235px;
}

.a2 a:hover i.s16 {
    background-position: -280px -235px;
}

.a2 a:hover i.s17 {
    background-position: -330px -235px;
}

.p3 .nt{
	width: 100%;
    height: 30px;
    background: url(../images/ztzl.png) 0 no-repeat;
}

.a3 li {
    border-radius: 4px;
    overflow: hidden;
    width: 50%;
}


.a3 li a {
    position: relative;
    height: 89px;
    color: #488ae9;
    line-height: 30px;
    font-weight: bold;
    margin: 10px 5px 0px 5px;
    padding: 15px 0px;
    border-radius: 3px;
    text-align: left;
    border: 1px solid #d5e6ff;
    text-align: center;
    font-size: 22px;
}

.a3 li a:hover {
    border: 1px solid #488ae9;
}

.a3 li a i {
    position: relative;
    z-index: 2;
    margin: 10px 10px 10px 5px;
    background-position: 0 -160px;
}

.a3 li.s3 a {
    height: 90px;

}

/*@media (max-width: 1200px) {*/

/*    .a3 li a i,*/
/*    .a3 li.s4 a i {*/
/*        float: initial;*/
/*        margin: 10px auto 0px;*/
/*    }*/

/*    .a3 li a,*/
/*    .a3 li.s4 a {*/
/*        padding: 0px;*/
/*        line-height: 24px;*/
/*        text-align: center;*/
/*    }*/

/*}*/
.a3{
	margin-top:20px
}
.a4 li {
    height: 90px;
    border-radius: 3px;
    margin: 10px 0px;
}

.a4 li a {
    padding: 30px 70px 20px 30px;
    line-height: 24px;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #333;
    transition: padding .3s;
}

.a4 li a:hover {
    padding-top: 10px;
}
.a4 li i{
display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons.png);
    background-image: url(../images/icons_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}
.a4 li i.s1 {
    background-position: -200px -120px;
}

.a4 li i.s2 {
    background-position: -200px -160px;
}


/* part3结束 */

/* part4 start*/
.row .box {
 display: inline-block;
 width: 100%;
 padding: 20px 0px;
 background-color: #fff;
}
.dwzz {
 font-size:24px;
}
.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons.png);
    background-image: url(../images/icons_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}
.dwzz h3 {
 height: 50px;
 margin-bottom: 10px;
 background: url(../images/dwzz.jpg) center no-repeat;
}
.dwzz p {
 text-indent: 2em;
 line-height: 43px;
 padding: 0px 10px;
}
.dwzz p a {
 color: #cd0301;
}
@media (max-width: 1200px) {
 .dwzz {
  margin-bottom: 20px;
 }
}
.a1 {
 margin: 0px 35px;
 padding-bottom: 10px;
}
.a1 li a {
 line-height: 40px;
 color: #0061b2;
 border: 1px solid #a8d2fa;
 border-radius: 6px;
 margin: 10px 0px;
}
.a1 li a:hover {
 border: 1px solid #145baf;
}
.a1 li a i {
 display: inline-block;
 margin-top: -5px;
}
.a1 li a i.s1 {
 background-position: 0px -120px;
}
.a1 li a i.s2 {
 background-position: -40px -120px;
}
.a1 li a i.s3 {
 background-position: -80px -120px;
}
.a1 li a i.s4 {
 background-position: -120px -120px;
}
.list li{
	padding: 0px 10px; 
}
.news .tab {
 border-bottom: none;
}
.news .tab a {
 display: inline-block;
 min-width: 100px;
 height: 40px;
 padding: 0 15px;
 line-height: 40px;
 text-align: center;
 color: #0061b2;
 background-color: transparent;
 border-radius: 6px;
 transition: all .3s;
}
.news .tab a.current {
 background-color: #0061b2;
 color: #fff;
}
.news .tab a:after {
 display: none;
}
.news .tab a + a {
 margin-left: 10px;
}
.news .list-t li {
 position: relative;
 padding-left: 20px;
 line-height: 40px;
 margin-bottom: 5px;
}
.news .list-t li:before {
 content: "";
 position: absolute;
 top: 15px;
 left: 0;
 width: 10px;
 height: 12px;
 margin-top: -6px;
 background-color: transparent;
 border-radius: 0px;
 background: url(../images/dot.png) 0px no-repeat;
}
.news .list-t li:hover:before {
 background-color: transparent;
 background: url(../images/dot02.png) 0px no-repeat;
}
.news .list-t li a {
 display: block;
 width: 100%;
 white-space: normal;
}
.news .list-t li span {
 margin-left: 20px;
 color: #9b9b9b;
}
.a2 li {
 width: 25%;
}
.a2 li a {
 padding: 10px;
 font-weight: bold;
 margin: 0px 5px;
 color: #0061b2;
 font-weight: bold;
 border-radius: 3px;
 background-color: #eff8ff;
}
.a2 li a:hover {
 background-color: #cfe9ff;
}
.a2 li a i {
 margin: 0px auto;
}
.a2 li a i.s1 {
 background-position: 0px -160px;
}
.a2 li a i.s2 {
 background-position: -40px -160px;
}
.a2 li a i.s3 {
 background-position: -80px -160px;
}
.a2 li a i.s4 {
 background-position: -120px -160px;
}
@media (max-width: 1200px) {
 .a2 li {
  width: 50%;
 }
 .a2 li a {
  margin: 5px;
 }
}
.zxft .pic {
 display: block;
 position: relative;
 overflow: hidden;
 width: 260px;
 height: 180px !important;
 float: left;
 margin-right: 20px;
}
.zxft .pic img {
 width: 100%;
 height: 100%;
}
.zxft h4 {
 display: inline-block;
 font-size: 18px;
 color: #0061b2;
 padding: 0px 28px;
 height: 32px;
 line-height: 32px;
 margin-left: -20px;
 background: url(../images/ft_bg.jpg) 0px no-repeat;
}
.zxft p {
 display: block;
 line-height: 28px;
 font-size:24px;
}
.zxft p i {
 display: block;
 width: 20px;
 height: 20px;
 float: left;
 margin: 4px 5px 0px 0px;
 background-image: url(../images/zxft_icon.png);
 background-repeat: no-repeat;
}
.zxft p i.s1 {
 background-position: 0px 0px;
}
.zxft p i.s2 {
 background-position: -20px 0px;
}
.zxft p i.s3 {
 background-position: -40px 0px;
}
.zxft p span {
 color: #666666;
}
@media (max-width: 1200px) {
 .zxft .pic {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
 }
 .zxft h4 {
  margin-left: 0px;
 }
}
.a3 {
 margin-left: -10px;
 margin-right: -10px;
}
.a3 li, .a4 li {
 width: 33.33%
}
.a3 li a {
 margin: 10px 10px 0px 10px;
 font-weight: bold;
 padding: 5px;
 border-radius: 6px;
 border: 1px solid #d1d1d1;
}
.a3 li a:hover, .a4 li a:hover {
 box-shadow: 0 3px 12px rgba(0, 85, 136, .2);
 transform: translate(0, -3px);
}
.a3 li a i, .a4 li a i {
 margin: 0px auto;
}
.a3 li.s1 a {
 border-left: 5px solid #34acb4;
}
.a3 li.s2 a {
 border-left: 5px solid #f9ad35;
}
.a3 li.s3 a {
 border-left: 5px solid #fd6461;
}
.a3 li.s1 i {
 background-position: -160px -120px;
}
.a3 li.s2 i {
 background-position: -160px -160px;
}
.a3 li.s3 i {
 background-position: -160px -200px;
}
.a4 {
 margin-left: -10px;
 margin-right: -10px;
 margin-bottom: 20px;
}
.a4 li a {
 margin: 10px 10px 0px 10px;
 font-weight: bold;
 padding: 5px;
 border-radius: 6px;
 background-color: #f7fcff;
 border: 1px solid #669df8;
 text-align: center;
}
.a4 li i.s1 {
 background-position: -200px -120px;
}
.a4 li i.s2 {
 background-position: -200px -160px;
}
.a4 li i.s3 {
 background-position: -200px -200px;
}
.zxdh {
 font-size: 18px;
 text-align: center;
 line-height: 50px;
 padding-left: 50px;
 text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
 -webkit-text-shadow: #000 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
 -moz-text-shadow: #000 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
 *filter: Glow(color=#fff, strength=1);
 background: url(../images/zxdh.jpg) center no-repeat;
}
.lxgs h3 {
 color: #0061b2;
 font-size: 18px;
 line-height: 40px;
 padding-left: 50px;
 background: url(../images/mail_bg.png) 0px no-repeat;
}
.lxgs .list-t li {
 position: relative;
 padding-left: 25px;
 line-height: 32px;

}
.lxgs .list-t li:before {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 width: 18px;
 height: 11px;
 margin-top: -5px;
 background-color: transparent;
 border-radius: 0px;
 background: url(../images/mail.png) 0px no-repeat;
}

.zwfw{
	padding: 10px;
	height: auto;

}
.zwfw .img{
	width: 243px;
	height: 57px;
	display: block;
	margin: 30px auto 10px;
}

.a5{
	margin: 0px 20px;
}
.a5 li{
	width: 25%;
	    font-size: 24px;

}
.a5 li a{
	color: #0061b2;
	margin: 5px;
	line-height: 26px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .7);
	background-image:  url(../images/d.png);
	background-position:80px center;
	background-repeat: no-repeat;
}

.t4{
	margin: 0px 10px 15px 10px;
	padding-left: 10px;
}

.t4 b{
	padding-left: 20px;
	line-height: 22px;
	font-size: 20px;
	border-left: 6px solid #0061b2;
}

.a6 li{
	text-align: center;
	width: 33.33%;
}

.a6,
.a7{
	margin: 0px 10px 15px 10px;
}

.zz_3{
	width: 33%;
    float: left;
}
 
.a6 li a{
	display: inline-block;
	border-radius: 6px;
	margin:0px 10px;
	padding: 10px 10px 0px;
	font-size: 24px;
	text-align: left;
	line-height: 60px;
}

.a6 li.s1 a{
	color: #0e9ca5;
	background-color: #dcfafc;
}
.a6 li.s2 a{
	color: #007bc2;
	background-color: #def3ff;
}

.a6 li.s3 a{
	color: #ff7e00;
	background-color: #f9efe4;
}

.a6 li a i{
	float: right;
}

.a6 li.s1 a i{
 	background-position: -120px -80px;
}
.a6 li.s2 a i{
 	background-position: -160px -80px;
}
.a6 li.s3 a i{
 	background-position: -200px -80px;
}

.a7 li{
	width: 100%;
    margin-bottom: 10px;
}

.a7 li a{
	margin: 0px 10px;
	font-size: 22px;
	text-align: center;
	border: 1px solid #bce2ff;
	border-radius: 6px;
	padding: 10px;
	line-height: 33px;
}

.a8{
	margin: 0px 0px;
	padding:60px 5px 10px 5px;
 	background: url(../images/fwpt_bg.jpg) center 0px no-repeat;
}

.a8 li a{
	border-radius: 6px;
	margin:5px 5px;
	padding: 0px 15px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, .7);
	    font-size: 24px;
}

/* part4结束 */

/* part5开始 */
.p5-banner {
    background: url("/material/images/images_2021/part5_banner.jpg") no-repeat;
    height: 91px;
}

.topic {
    position: relative;
}

.topic .scroll {
	 width: 100% !important;
    position: relative;
    margin: 0 auto;
}

.topic .swiper-wrapper .swiper-slide div {
    position: relative;
    display: block;
    width: 400px;
    margin: 20px;
	height:290px
}

.topic .swiper-wrapper .swiper-slide div .pic {
    display: block;
    text-align: center;
}

.topic .swiper-wrapper .swiper-slide div img {
    width: 100%;
    /*max-width: 280px;*/
    /*height: 120px;*/
    max-width: 420px;
    height: 180px;
}

.topic .swiper-wrapper .swiper-slide div p {
    cursor: pointer;
    font-size: 20px;
    color: #666666;
    line-height: 1.5;
}

.topic .swiper-wrapper .swiper-slide div p:hover {
    color: #386cd1;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 66px;
    margin-top: -10px;
    line-height: 66px;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    z-index: 999;
    transition: all .3s;
}

.topic-prev span,
.topic-next span {
    display: block;
    font-size: 30px;
    color: #999;
    font-weight: normal;
}

.topic-prev {
    left: -35px;
    background-image: none;
}

.topic-next {
    right: -35px;
    background-image: none;
}

.topic-prev:hover,
.topic-next:hover {
    background-color: #3467c8;
}

.topic-prev:hover span,
.topic-next:hover span {
    color: #fff;
}

/*@media (max-width: 1200px) {*/
/*    .topic .scroll {*/
/*        position: relative;*/
/*        margin: 0 -10px;*/
/*    }*/

/*    .topic li img {*/
/*        height: 100%;*/
/*    }*/

/*    .links ul li:not(:last-child) {*/
/*        border: none;*/
/*    }*/


/*}*/

/* part5结束 */
/* 首页结束 */

/*@media (max-width: 1200px) {*/
/*    .p4 {*/
/*        width: 100%;*/
/*    }*/

/*    .p4 ul {*/
/*        padding-left: 170px;*/
/*    }*/

/*    .topic {*/
/*        width: 95%;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .topic .swiper-wrapper .swiper-slide div {*/
/*        width: 90%;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .a2 li a {*/
/*        font-size: 15px;*/
/*    }*/

/*    #wuzhangai {*/
/*        display: none;*/
/*    }*/
/*}*/
.cn,.cp{
	border:1px solid #eee;
	padding:10px;
	padding-top:15px;
	height:112px;
	padding-bottom: 15px;
    display: inline-block;
	overflow: hidden;
}

.topic .swiper-wrapper .swiper-slide div p:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 4px;
    transform: scale(0, 1);
    transition: transform .3s;
}
.topic .swiper-wrapper .swiper-slide div p:hover:after {
    background-color: #3467c8;
    transform: scale(1, 1);
}

.topic .swiper-wrapper .swiper-slide div p:hover {
    color: #386cd1;
}
.w70{
	width:80%
}
.p5 .topic p.cn{
height:112px
}
/**/
.xz_sm{
color:#386cd1;
font-size:26px;
line-height:38px;
width:1200px;
margin:0 auto;
text-align:center;
position:relative;
padding: 25px 30px;
}
.xz_sm span{
color:#386cd1;
font-size:30px;

}
.xz_sm:before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17px;
    margin-top: 0px;
    background: url(/material/images/top_sy.png) no-repeat;
}
.xz_sm:after{
content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 17px;
    margin-top: 0px;
    background: url(/material/images/bottom_sy.png) no-repeat;
}
@media (max-width: 1200px){
.xz_sm{
width:100%
}
}
